Action

public final class Action extends AsyncCallbackAction<R>

An action providing a response to the CertificateErrorCallback.

Constructors

Link copied to clipboard
public void CertificateErrorCallback.Action(Consumer<AllowCertificateError.Response> consumer)

Functions

Link copied to clipboard
public void allow()
Notifies the browser that the certificate error must be ignored.
Link copied to clipboard
public void cancel()
Notifies the browser that loading must be canceled.
Link copied to clipboard
public void deny()
Notifies the browser that the certificate error must not be ignored, and the page loading should be continued.
Link copied to clipboard
public final boolean isClosed()
Returns true if this action is closed.